home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
editors
/
origami
/
oribin.zoo
/
bindings
/
spell-it.fun
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-07-09
|
391 b
|
16 lines
{{{ comments
; save the file and attach a file containg the output of ``spell''
; for the current file. attach a filled fold to the generated output.
}}}
nodup
{{{ spell-it
(deffun spell-it (
save-file
shell-command "spell " "$ORIFILE " ">.spelled newline-and-indent
newline-and-indent
beginning-of-line
create-fold create-fold ".spelled
open-file-fold
))
}}}